home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / viewobj.6 < prev    next >
Text File  |  1996-07-16  |  652b  |  25 lines

  1. .TH VIEWOBJ
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. VIEWOBJ
  5.  
  6.  
  7.  
  8.  VIEWOBJ( GeometricTreeType Object )
  9.  
  10. Displays the (geometric) object(s) as given in Object.
  11. Object may be any GeometricType or a list of other
  12. GeometricTypes nested to an arbitrary level.
  13.  
  14. Unlike IRIT versions prior to 4.0, VIEW_MAT is not explicitly used
  15. as the transformation matrix. In order to display with a VIEW_MAT view,
  16. VIEW_MAT should be listed as an argument (in that exact name) to
  17. VIEWOBJ. Same is true for the perspective matrix PRSP_MAT.
  18.  
  19. Example:
  20.  
  21.     VIEWOBJ( list( view_mat, Axes ) );
  22.  
  23. displays the predefined object Axes in the viewing window using the
  24. viewing matrix VIEW_MAT.
  25.